home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 April / macformat-023.iso / Reader's Corner / Reader's Contibutions / Modified / FrEQuency data / 00064.ls < prev    next >
Encoding:
Text File  |  1995-01-19  |  165 b   |  10 lines

  1. on exitFrame
  2.   if the lastClick > (10 * 60) then
  3.     go(#next)
  4.   else
  5.     unLoadCast(120, 183)
  6.     set the movieRate of sprite 25 to 0
  7.     go("looper")
  8.   end if
  9. end
  10.